dlang_koans ~master (2022-05-05T10:04:19.9949617)
Dub
Repo
AboutFunctionParameters.sumAndProduct
about_functions_parameters
AboutFunctionParameters
Undocumented in source. Be warned that the author may not have intended to support it.
class
AboutFunctionParameters
int
sumAndProduct
(
in
int
n1
,
in
int
n2
,
out
int
product
)
Meta
Source
See Implementation
about_functions_parameters
AboutFunctionParameters
functions
decrement
exerciseInOutParameters
right_append
sumAndProduct
testParameterByValue
testSliceParameter
wrong_append
mixins
__anonymous